crypto/internal/nistec.P256Point.x (field)
18 uses
crypto/internal/nistec (current package)
p256_asm.go#L45: x, y, z p256Element
p256_asm.go#L51: x: p256One, y: p256One, z: p256Zero,
p256_asm.go#L57: p.x = p256Element{0x79e730d418a9143c, 0x75ba95fc5fedb601,
p256_asm.go#L67: p.x, p.y, p.z = q.x, q.y, q.z
p256_asm.go#L94: p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
p256_asm.go#L96: if p256LessThanP(&r.x) == 0 || p256LessThanP(&r.y) == 0 {
p256_asm.go#L99: p256Mul(&r.x, &r.x, &rr)
p256_asm.go#L101: if err := p256CheckOnCurve(&r.x, &r.y); err != nil {
p256_asm.go#L110: p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
p256_asm.go#L111: if p256LessThanP(&r.x) == 0 {
p256_asm.go#L114: p256Mul(&r.x, &r.x, &rr)
p256_asm.go#L117: p256Polynomial(&r.y, &r.x)
p256_asm.go#L491: p256Mul(x, &p.x, x)
p256_asm.go#L515: p256Mul(x, &p.x, x)
p256_asm.go#L628: p.x, p.y, p.z = t0.x, t0.y, p256One
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |